home *** CD-ROM | disk | FTP | other *** search
/ Gigantic Games 2 / Gigantic Games 2.iso / pc / _d_ / dame / dameinstruction.txt < prev    next >
Text File  |  1994-12-23  |  1KB  |  44 lines

  1.  
  2.                               Dame
  3.                            ----------
  4.  
  5. Version : 1.0  (Release Date: 07.03.93)
  6. Author  : Marc Fischlin
  7.           Steigerwaldweg 6
  8.           D-6450 Hanau 7   (from 01.07.1993: D-63456 Hanau)
  9. Software: C - Lattice SAS-C-Compiler V5.10
  10. Hardware: Amiga 2000B/ 68000er/ Kickstart V2.04
  11.  
  12. ------------------------------------------------------------
  13.  
  14. "Dame" is  copyright  1993  by  Marc  Fischlin.  All rights
  15. reserved. "Dame"  may  be  copied  and  distributed, if the
  16. whole directory is copied,  the  programs in this directory
  17. are not manipulated and you do not gain any profit.
  18.  
  19. ------------------------------------------------------------
  20.  
  21. The game:
  22. Dame is a computer version of the well-known board game. It
  23. substitutes one human player.
  24.  
  25.  
  26. Handling:
  27. The screen title indicates the current status. To move your
  28. characters press once on the source position and then on
  29. the destination. The computer will then move your character
  30. (if possible). Otherwise this move is not possible and you
  31. have to choose another.
  32.  
  33.  
  34. Strategy of the computer:
  35. The computer considers possible moves (usually not all!) 
  36. until it reaches according to its level a certain depth and
  37. judges this position (especially materially).
  38.  
  39.  
  40. Programming the strategy of the computer:
  41. The computer uses the so-called "alpha-beta-pruning" which
  42. allows a faster recursiv searching.
  43.  
  44.